Add config.storage_client documentation#4734
Closed
georgiy-belyanin wants to merge 2 commits intotarantool:latestfrom
Closed
Add config.storage_client documentation#4734georgiy-belyanin wants to merge 2 commits intotarantool:latestfrom
config.storage_client documentation#4734georgiy-belyanin wants to merge 2 commits intotarantool:latestfrom
Conversation
Member
Author
|
Note, that README should also be updated. https://github.com/tarantool/tarantool/tree/master/doc/examples/config/config-storage |
Totktonada
reviewed
Feb 17, 2025
Totktonada
reviewed
Feb 17, 2025
Totktonada
reviewed
Feb 17, 2025
Totktonada
reviewed
Feb 17, 2025
Totktonada
reviewed
Feb 17, 2025
Totktonada
reviewed
Feb 17, 2025
0a1b4ee to
ce749dd
Compare
config.storage_client documentation [WIP]config.storage_client documentation
Totktonada
reviewed
May 14, 2025
Totktonada
reviewed
May 14, 2025
Totktonada
reviewed
May 14, 2025
Totktonada
reviewed
May 14, 2025
Totktonada
reviewed
May 14, 2025
Totktonada
reviewed
May 14, 2025
Totktonada
reviewed
May 14, 2025
doc/code_snippets/snippets/centralized_config/instances.enabled/config_storage/myapp.lua
Show resolved
Hide resolved
Totktonada
reviewed
May 14, 2025
Totktonada
reviewed
May 14, 2025
ce749dd to
aa568e0
Compare
This patch adds documentation for the `config.storage_client` module. The module allows one to connect to a remote config.storage cluster and use it as a key-value storage. The examples on connecting to a config.storage instance via iproto has been changed to an example on connecting to multiple config.storage instances using the config.storage client and interacting with a config.storage cluster. Closes tarantool#4734
This patch adds a time-to-live (TTL) option to `config.storage` API methods. This option allows one to put keys that will expire when the passed time passes. Closes tarantool/enterprise_doc#281
aa568e0 to
870e4a7
Compare
Member
Author
|
@Totktonada thank you for your detailed review. I am closing the PR since it is made from the fork. Though I've force pushed the changes for you to able to close the comments or to ask for changes. Suppressed by #5116. |
georgiy-belyanin
added a commit
that referenced
this pull request
May 15, 2025
This patch adds documentation for the `config.storage_client` module. The module allows one to connect to a remote config.storage cluster and use it as a key-value storage. The examples on connecting to a config.storage instance via iproto has been changed to an example on connecting to multiple config.storage instances using the config.storage client and interacting with a config.storage cluster. Closes #4734
georgiy-belyanin
added a commit
to georgiy-belyanin/doc
that referenced
this pull request
Sep 8, 2025
This patch adds documentation for the `config.storage_client` module. The module allows one to connect to a remote config.storage cluster and use it as a key-value storage. The examples on connecting to a config.storage instance via iproto has been changed to an example on connecting to multiple config.storage instances using the config.storage client and interacting with a config.storage cluster. Closes tarantool#4734
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch adds documentation for the
config.storage_clientmodule.The module allows one to connect to a remote config.storage cluster and
use it as a key-value storage.
Examples for working both with Tarantool config.storage server API and
Tarantool config.storage client API are provided side by side since they
share quite the same API.
The examples on connecting to a config.storage instance via iproto has
been changed to an example on connecting to multiple config.storage
instances using the config.storage client and interacting with a
config.storage cluster.